xen{trace/analyze}: don't use 64bit versions of libc functions
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 19 Jun 2015 08:58:24 +0000 (10:58 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 25 Jun 2015 11:12:21 +0000 (12:12 +0100)
commit8c21339be42352c2ecd5da49cf3ed4b50279a647
tree76065743afac05bedd74d6b0b00b407e27a763da
parent12b46b0a41b6293c171f95d591583da062650e8c
xen{trace/analyze}: don't use 64bit versions of libc functions

This is not needed, neither encouraged. Configure already checks
_FILE_OFFSET_BITS and appends it when needed, so that the right functions
are used. Also remove the usage of loff_t and O_LARGEFILE for the same
reason.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: George Dunlap <george.dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Cc: Olaf Hering <olaf@aepfle.de>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
tools/xentrace/mread.c
tools/xentrace/mread.h
tools/xentrace/xenalyze.c